home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / trysysel.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  110 b   |  9 lines

  1. #include <sys/types.h>
  2. #include <sys/time.h>
  3. #include <sys/select.h> /* SVR4 silliness */
  4.  
  5. void foo()
  6. {
  7.   ;
  8. }
  9.